home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
mint
/
utilit~1
/
initbin.zoo
/
init-bin
/
etc
/
rc.boo
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-11-03
|
184 b
|
12 lines
#!/bin/sh
# This is run by init
if [ -f /etc/fastboot ] ; then
echo "Fast boot.. Skipping disk checks."
/bin/rm /etc/fastboot
else
if [ -f /etc/fsck ] ; then
/etc/fsck -q
fi
fi